home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / ELECTRON / H478.ZIP / EEF.ZIP / EEF.DOC next >
Text File  |  1992-05-16  |  22KB  |  448 lines

  1. Electrical and Electronic Formulas version 3
  2. Copyright (C) 1990 - 1992 Miller
  3.  
  4. Introduction:
  5.  
  6.       This program contains a collection of basic electrical and electronic
  7.       formulas, found in any electrical engineering handbook.  The software
  8.       includes the most commonly used formulas, and when required, should
  9.       lessen the need of looking up individual formulas.
  10.       
  11.       This software is able to take advantage of a math coprocessor,
  12.       although this is not a requirement to obtain satisfactory results.
  13.  
  14. Differences:
  15.  
  16.       This release contains all the features of previous versions, plus a
  17.       choice of calculators, either algebraic or Reverse Polish Notation.
  18.       The Reverse Polish Notation style is more commonly known as a RPN.
  19.  
  20.       The electronics section now contains a color code chart.
  21.       
  22.       The electrical section now includes junction box sizing, a motor full
  23.       load current chart, and a wire ampacity chart.
  24.  
  25.       All options are now set in configuration area, instead of on the
  26.       command line, all previous command line support has been removed.
  27.       Some additional maintenance changes were also implemented in this
  28.       version.
  29.  
  30. File Index:
  31.  
  32.       EEF    .EXE : 78641 Bytes, Electrical and Electronic Formula program
  33.       EEF    .DOC : 20021 Bytes, file containing general program information
  34.       EEFELEC.DBF : 21280 Bytes, file containing the world wide voltage chart
  35.       EEFHELP.DBF : 12880 Bytes, file containing general help information
  36.  
  37. System Requirements:
  38.  
  39.       This software has been successfully tested on systems with 8086,
  40.       8088, 80286, and 80386 processors, with and without a coprocessor
  41.       installed.  This software will run successfully, within your system,
  42.       if it meets the following minimum requirements.
  43.      
  44.       A:IBM/XT compatible computer
  45.       B:DOS version 3.0 or later
  46.       C:At least 256K free memory
  47.       D:CGA color monitor
  48.       E:Floppy or hard disk drive
  49.  
  50. Installation:
  51.  
  52.       The program, including support files, is compact enough that it will
  53.       run satisfactorily on a single floppy disk.  A hard drive should be
  54.       used, if available, this will allow faster access to the data files.
  55.       To install the software on a hard drive type each of the following
  56.       lines into the computer, at the DOS prompt.
  57.  
  58.       MD FORMULA                  <ENTER>    Make a working directory.
  59.         
  60.       COPY A:EEF*.* C:\FORMULA /V <ENTER>    Copy files to new directory.
  61.  
  62.       CD\FORMULA                  <ENTER>    Change to working directory.
  63.  
  64.       EEF                         <ENTER>    Execute the program.
  65.  
  66.       A batch file may be created to allow easier loading of the program.
  67.       This file should be located in the root directory of the hard drive.
  68.       Type each of the following lines into the computer, at the DOS
  69.       prompt, to create the batch file.
  70.         
  71.       COPY CON C:\EEF.BAT         <ENTER>    Copy input into file.
  72.  
  73.       CD\FORMULA                  <ENTER>    Change to working directory.
  74.  
  75.       EEF.EXE                     <ENTER>    Execute the program.
  76.  
  77.       ^Z                          <ENTER>    End of input.
  78.  
  79.       If the DOS path variable includes the root directory, the user is not
  80.       required to change directories, before execution.  Refer to your
  81.       DOS manual for instructions on using the path command.
  82.  
  83. Command Line Options:
  84.  
  85.       Command line options were removed from this version.  See the
  86.       configuration section on setting up all program options.
  87.  
  88. General Information:
  89.                                                            
  90.       Make a selection from the main and sub menus, by pressing the
  91.       appropriate key.  A description of the area you have accessed is
  92.       explained at the top of the screen.  Several prompts will be displayed,
  93.       these require user input, if any require more than a single character
  94.       response then a data entry window will be opened.  The first
  95.       characters that have been keyed in will be eliminated if an overflow
  96.       occurs.  The BACKSPACE key may be used to delete any characters that
  97.       were keyed in incorrectly. Press the ENTER key to complete the
  98.       process.  When all the necessary data has been entered the program
  99.       will solve for the unknown value, or perform a conversion, depending
  100.       on which section you are in.
  101.  
  102.       The ESC key is always enabled, and may be used in any area.  Pressing
  103.       this key once will return you to the first data entry point on the
  104.       current screen.  This is very useful if you discover an incorrect
  105.       entry.  Pressing the ESC key again will cause the most recent menu to
  106.       be displayed.  Use this method to trace your steps back to the main
  107.       menu, and to exit from the program.
  108.                                           
  109. Configuration Options:
  110.  
  111.       This section is accessible from the main menu, and allows four items
  112.       to be set up to suit the user.  These options include foreground and
  113.       background colors, calculator type, and sound generation.  The options
  114.       are displayed, individually,  at the bottom of the screen.  If a
  115.       change is necessary, simply key in the appropriate numeric values and
  116.       press the ENTER key.  If no change is required, then press the ENTER
  117.       key to go on to the next item.  All the options are listed below, with
  118.       the range of acceptable input values.
  119.  
  120.       Foreground color : Range 0 - 15       The default is white.
  121.       Background color : Range 0 - 7        The default is black.
  122.       Calculator type  : Range 0 - 1        The default is algebraic.
  123.                          0 = Algebraic
  124.                          1 = RPN (Reverse Polish Notation)
  125.       Sound            : Range 0 - 1        The default is sound on.
  126.                          0 = On
  127.                          1 = Off
  128.  
  129.       The foreground and background colors cannot be set to the same value.
  130.       An error message will be displayed if this should occur.  Please refer
  131.       to the information area concerning the calculator, for assistance in
  132.       making your selection.  Use the ESC key to exit this section, upon
  133.       leaving all changes will be automatically saved in the EEF.DAT file. 
  134.                                                                             
  135. Electronics Overview:
  136.  
  137.       This section is accessible from the main menu, and allows the user
  138.       access to various fundamental electronic formulas.  The total 
  139.       capabilities of this section are detailed below.  In addition, there
  140.       is a standard electronics color code chart.                                         
  141.  
  142.            A:Ohms law (DC)                H:Impedance 
  143.            B:Ohms law (AC)                I:Reactance
  144.            C:Resistance total             J:Resonance
  145.            D:Capacitance total            K:Admittance
  146.            E:Inductance total             L:Susceptance
  147.            F:Mutual inductance            M:Conductance
  148.            G:Coupled inductance
  149.  
  150.       Most areas will compute several different derivatives of a formula.
  151.       For instance, the resonance area can solve not only for resonance,
  152.       but also capacitance, or inductance.  In areas where this is possible,
  153.       you will be given several choices.  Then by user selection, the
  154.       formula for the specified quantity will be performed.  The formula
  155.       used is displayed on the screen at the end of all computations, with
  156.       a time and date stamp.  The standard print screen function may be
  157.       utilized in obtaining a print out.
  158.                                                                        
  159.       The conventional method of declaring component values may be used.
  160.       
  161.       Impedance, reactance, and resistance may be input using the standard
  162.       K and M notation, representing kilohm and megohm respectively.  The
  163.       default unit of measure for these values is the ohm.
  164.  
  165.       Capacitance may be input using the standard M and P notation,
  166.       representing microfarad and picofarad respectively.  The default unit
  167.       of measure for capacitance is the farad.
  168.  
  169.       Inductance may be input using the standard M notation, representing
  170.       millihenry.  The default unit of measure for inductance is the henry.
  171.  
  172.       Frequency may be input using the standard K and M notation,
  173.       representing kilohertz and megahertz respectively.  The default unit
  174.       of measure for frequency is the hertz.        
  175.  
  176.       Power may be input using the standard K and M notation, representing
  177.       kilowatt and megawatt respectively.  The default unit of measure for
  178.       power is the watt.
  179.  
  180. Electrical Overview:                                                         
  181.  
  182.       This section is accessible from the main menu, and allows the user
  183.       access to various fundamental electrical formulas.  All available
  184.       functions are exhibited below, in addition to this, there is a motor
  185.       full load current and wire ampacity chart.
  186.                                                      
  187.            A:Efficiency                   H:Fuse sizing
  188.            B:Power factor                 I:Wire sizing
  189.            C:Amperes from horsepower      J:Conduit sizing
  190.            D:Amperes from kilowatts       K:Junction box sizing
  191.            E:Amperes from kva             L:Wire resistance
  192.            F:Kilowatts                    M:Voltage drop
  193.            G:Kilovolt-amperes             N:KVAR capacitor sizing
  194.                                           O:Supply system conversion 
  195.  
  196.       The left column represents formulas that may be used for calculating
  197.       both single and three phase circuits.  The other formulas are not
  198.       phase dependant and may be used for any circuit configuration.
  199.       Efficiency and Power Factor are calculated and displayed on the    
  200.       screen as a percent value.  When entering data at an efficiency or
  201.       power factor prompt, the input must be made as a percent value.
  202.       The supply system area calculates the current draw, by a load, on any
  203.       conventional power system.  This is convenient for 60hz to 50hz
  204.       conversions.  The formula used to arrive at the result is displayed on
  205.       the screen at the end of most calculations.  The standard print screen
  206.       function may be utilized in obtaining a print out.
  207.   
  208. Number Systems:
  209.                                                                 
  210.       This section is accessible from the main menu and allows the user 
  211.       access to a numeric evaluation area.  This section will evaluate, and
  212.       convert a numeric value to an equivalent value in another system.  A
  213.       box is used to indicate the current system type.  Use the space bar to
  214.       toggle between the displayed number systems.  Once you have entered
  215.       the data to be converted, simply press the ENTER key, and the
  216.       equivalent values will be displayed for all systems simultaneously.
  217.       
  218.       When entering a binary value you can use the left and right arrow keys
  219.       to assist in locating the cursor to a particular bit position. The
  220.       BACKSPACE key is used to reset the individual bits to zero.  Pressing
  221.       the 1 or 0 key sets the bits, then automatically moves the cursor to
  222.       the next lower bit position.
  223.  
  224.       The upper and lower limits for any conversion is detailed below.
  225.         
  226.            Decimal (base 10) : +/-1048575
  227.            Binary  (base 02) : 1111 1111 1111 1111 1111
  228.            Octal   (base 08) : 3777777
  229.            Hex     (base 16) : FFFFF
  230.  
  231.       If a value outside of these limits is entered, or calculated, an error
  232.       message will be displayed on the monitor screen.
  233.                                                                         
  234. World Wide Voltage:                                                    
  235.     
  236.       This section is accessible from the main menu, and allows the user
  237.       access to a unique information area. Data is provided on the electric
  238.       power supplied to consumers in various countries.  The list covers a
  239.       wide range of topics that include frequency, system type (wye/delta),
  240.       single phase voltage, and three phase voltage, when available.  All
  241.       of the voltages listed are of the alternating current type.
  242.  
  243.       Perhaps a brief explanation of wye and delta system will be of
  244.       some benefit here.  A wye or star system has a high voltage that is
  245.       1.732 times the low voltage, a good example of this is in the
  246.       120/208 wye configuration.  The delta system however, has a high
  247.       voltage that is 2 times the low voltage, as in the 120/240 delta
  248.       configuration.  This is typical of all power systems, regardless
  249.       of type, or location.
  250.  
  251.       A single voltage listed under the single phase column indicates that
  252.       the consumer has only the one voltage available.  The service will
  253.       consist of two wires, one phase wire and one neutral wire.  For some
  254.       countries two voltages are listed under this column, indicating
  255.       that a three wire service is provided, two phase wires and one
  256.       neutral wire.  A three phase service, when available, will normally be
  257.       furnished with four wires, three phase wires and one neutral wire. The
  258.       high voltage listed may be either single or three phase, but the low
  259.       voltage will always be single phase.
  260.  
  261. Helpful Information:
  262.  
  263.       This section is accessible from the main menu, and provides the user
  264.       with a quick on-line reference guide.  The information contained in
  265.       this section is principally the same as what is found in this file.
  266.  
  267. On-screen Calculator:
  268.  
  269.       This tool is accessible from anywhere in the program, entry is
  270.       gained by simply pressing the F1 key.  A list of special features is
  271.       always displayed with the calculator, for quick reference.  It's total
  272.       capabilities, include the four basic functions, squaring, square root,
  273.       reciprocal, and exponential math.  An additional enhancement is the
  274.       ability to export the current value in the display back to the main
  275.       program, for further use.
  276.  
  277.       There are two types of calculators available, an algebraic, and a RPN
  278.       style, commonly known as Reverse Polish Notation.  The major
  279.       differences between the two styles is the way in which the data is
  280.       entered.  Standard algebraic notation places the operators between the
  281.       numeric data, but Reverse Polish Notation places the operators after
  282.       the numeric data.  Some sample comparisons are detailed below.
  283.  
  284.       Problem (2 + 5 - 3 = ?):
  285.  
  286.            Algebraic                     RPN
  287.       Keystroke   Display        Keystroke   Display
  288.           2                          2
  289.           +       2.000...        <ENTER>    2.000...
  290.           5                          5
  291.           -       7.000...           +       7.000...
  292.           3                          3
  293.           =       4.000...           -       4.000...
  294.  
  295.       Problem (12 * 10 / 5 = ?):
  296.  
  297.            Algebraic                     RPN
  298.       Keystroke   Display        Keystroke   Display
  299.          12                         12
  300.           *      12.000...        <ENTER>   12.000...
  301.          10                         10
  302.           /     120.000...           *     120.000...
  303.           5                          5
  304.           =      24.000...           /      24.000... 
  305.       
  306.       Problem (20 - 10 + 30 / 5 = ?):
  307.  
  308.            Algebraic                     RPN
  309.       Keystroke   Display        Keystroke   Display
  310.          20                         20
  311.           -      20.000...        <ENTER>   20.000...
  312.          10                         10
  313.           +      10.000...           -      10.000...
  314.          30                         30
  315.           /      40.000...           +      40.000...
  316.           5                          5
  317.           =       8.000...           /       8.000...
  318.  
  319.       The function keys provide the calculator with some important extended
  320.       functions, these include the following.
  321.       F(1) - Clear the display
  322.              Pressing this key once clears the numeric entry in progress,
  323.              pressing the key again will clear the entire calculator.
  324.       F(2) - Change sign
  325.              Pressing this key toggles the display from positive to negative.
  326.       F(3) - Export result
  327.              Pressing this key will take the value in the display and place 
  328.              it in the data window of the main program.  This function will
  329.              export back to the electrical and electronic sections, if a
  330.              window is displayed. The function is also allowed in the
  331.              number system conversion area, if the decimal system is
  332.              currently selected.
  333.       F(4) - Pi
  334.              Pressing this key will place the constant Pi in the display.
  335.       F(5) - Square
  336.              Pressing this key will square the number in the display.
  337.       F(6) - Reciprocal
  338.              Pressing this key will give the reciprocal of the number 
  339.              in the display.
  340.       F(7) - Square root
  341.              Pressing this key will give the square root of the number
  342.              in the display.
  343.       F(8) - Exponential math
  344.              Pressing this key will give the exponential result of the last
  345.              numeric values keyed in to the calculator.  An example follows.       
  346.            Algebraic                     RPN
  347.       Keystroke   Display        Keystroke   Display
  348.           2                          2
  349.           +       2.000...        <ENTER>    2.000...
  350.           3                          3
  351.         F(8)      8.000...         F(8)      8.000...
  352.     
  353.       When using the algebraic mode, one of the following keys must be
  354.       used to load the initial value, these include + - * / =.  Also, the
  355.       ENTER key may be substituted for the EQUAL key, at any time.  All
  356.       functions can be chained together, excepting exponential math, this
  357.       feature requires both allocated storage areas.  Select the calculator
  358.       you are most comfortable with in the configuration section, accessible
  359.       from the main menu.
  360.  
  361. Disclaimer:
  362.  
  363.       The author accepts no responsibility for the application of this
  364.       software, the result obtained, any errors or omissions contained
  365.       herein.  This material is subject to change without notice.
  366.  
  367. Comments:
  368.  
  369.       The author welcomes all comments and inquiries, input from users
  370.       is very important to future releases of this software.  You may contact
  371.       me via E-mail on the listed services, or at the address below.
  372.  
  373.                              Compuserve (73407,546)
  374.                              Prodigy    (MHDW64A)
  375.  
  376. Registration:
  377.         
  378.       This program is copyrighted, and is offered as shareware software.
  379.       If you find this software useful, and plan to retain and use it, then
  380.       please register the program.  Your registration entitles you to 
  381.       a copy of the latest version of this software and notification of
  382.       future updates.  Please send this form, with $20.00, to the author at
  383.       the address below.
  384.  
  385.       Name:___________________________________________________________
  386.  
  387.       Address:________________________________________________________
  388.  
  389.       City, State:____________________________________________________
  390.  
  391.       Zip Code:_______________________________________________________
  392.  
  393.       Country:________________________________________________________
  394.  
  395.       Version You Are Using:________________Media Type________________
  396.                                       (5.25 / 3.50 Diskette)
  397.       Gregory J. Miller
  398.       2303 Bennington Place
  399.       Maryland Heights, Mo. 63043
  400.  
  401.  
  402.          ----------------end-of-author's-documentation---------------
  403.  
  404.                          Software Library Information:
  405.  
  406.                     This disk copy provided as a service of
  407.  
  408.                            Public (software) Library
  409.  
  410.          We are not the authors of this program, nor are we associated
  411.          with the author in any way other than as a distributor of the
  412.          program in accordance with the author's terms of distribution.
  413.  
  414.          Please direct shareware payments and specific questions about
  415.          this program to the author of the program, whose name appears
  416.          elsewhere in  this documentation. If you have trouble getting
  417.          in touch with the author,  we will do whatever we can to help
  418.          you with your questions. All programs have been tested and do
  419.          run.  To report problems,  please use the form that is in the
  420.          file PROBLEM.DOC on many of our disks or in other written for-
  421.          mat with screen printouts, if possible.  PsL cannot debug pro-
  422.          programs over the telephone, though we can answer questions.
  423.  
  424.          Disks in the PsL are updated  monthly,  so if you did not get
  425.          this disk directly from the PsL, you should be aware that the
  426.          files in this set may no longer be the current versions. Also,
  427.          if you got this disk from another vendor and are having prob-
  428.          lems,  be aware that  some files may have become corrupted or
  429.          lost by that vendor. Get a current, working disk from PsL.
  430.  
  431.          For a copy of the latest monthly software library newsletter
  432.          and a list of the 4,000+ disks in the library, call or write
  433.  
  434.                            Public (software) Library
  435.                                P.O.Box 35705 - F
  436.                             Houston, TX 77235-5705
  437.  
  438.                                 1-800-2424-PSL
  439.                              MC/Visa/AmEx/Discover
  440.  
  441.                           Outside of U.S. or in Texas
  442.                           or for general information,
  443.                               Call 1-713-524-6394
  444.  
  445.                           PsL also has an outstanding
  446.                           catalog for the Macintosh.
  447.  
  448.